home *** CD-ROM | disk | FTP | other *** search
/ PC Player 2004 May / pc player 2004-05.iso / Demos / FarCry / Data1.cab / _F8F63C4ACB7A45DEA8DD5B9D4A378385 < prev    next >
Encoding:
Text File  |  2004-01-06  |  253 b   |  25 lines

  1.  
  2. #include "../CGVPMacro.csi"
  3.  
  4.  
  5. MainInput 
  6. {
  7.   VIEWPROJ_MATRIX 
  8. }
  9.  
  10. DeclarationsScript
  11. {
  12.   IN_T0_C0
  13.   OUT_T0_C0
  14. }
  15.  
  16. PositionScript = PosCommon
  17.  
  18. CoreScript
  19. {
  20.  
  21.   OUT.Tex0.xy = IN.TexCoord0.xy;
  22.   OUT.Color.xyz = IN.Color.xyz * 0.1;
  23.  
  24. }
  25.